From cdc56769ede584037418b47a18637a22be1f5a78 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Thu, 28 Feb 2013 21:40:56 +0000 Subject: [PATCH] Add a test for HTML and TEXT output of a geocache. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4332 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo.d/text.test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gpsbabel/testo.d/text.test diff --git a/gpsbabel/testo.d/text.test b/gpsbabel/testo.d/text.test new file mode 100644 index 000000000..a81ca86c8 --- /dev/null +++ b/gpsbabel/testo.d/text.test @@ -0,0 +1,5 @@ +# Test HTML and Text output of a geocache. + +gpsbabel -i gpx -f reference/gc/GCGCA8.gpx -o html -F ${TMPDIR}/gc.html -o text -F ${TMPDIR}/gc.txt +compare reference/gc/GCGCA8~text.txt ${TMPDIR}/gc.txt +compare reference/gc/GCGCA8~html.txt ${TMPDIR}/gc.html -- 2.30.2